'Primi test di Dario 

Key Right Goto incrementa
Key Left Goto decrementa

Key Up Goto aumenta
Key Down Goto diminuisce

Button 1 Text incrementa
Button 2 Text decrementa
Button 3 Text " "
Button 4 Text " "
Button 5 Text " "

Label incrementa
     Slot(1) = Slot(1) +1 
Stop

Label decrementa
     Slot(1) = Slot(1) -1
Stop

Label aumenta
     Slot(2) = Slot(2) +50 
Stop

Label diminuisce
     Slot(2) = Slot(2) -50
Stop
